home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / PaperCut Quota / pc-setup.exe / {app} / Database / PCUserDB.mdb / GroupData.json < prev    next >
JavaScript Object Notation  |  2004-10-18  |  385b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "GroupName": "Text (50)",
  5.         "InitialCredit": "Currency",
  6.         "Unrestricted": "Boolean NOT NULL",
  7.         "SchedulePeriod": "Text (50)",
  8.         "ScheduledAmount": "Currency",
  9.         "AllowAccumulation": "Boolean NOT NULL",
  10.         "ResetCounts": "Boolean NOT NULL"
  11.     },
  12.     "data": [
  13.         {
  14.             "ID": 1,
  15.             "GroupName": "DefaultGroup",
  16.             "InitialCredit": 0,
  17.             "Unrestricted": 0,
  18.             "ScheduledAmount": 0,
  19.             "AllowAccumulation": 1,
  20.             "ResetCounts": 0
  21.         }
  22.     ]
  23. }